go/ast.CommClause.Case (field)

3 uses

	go/ast (current package)
		ast.go#L742: 		Case  token.Pos // position of "case" or "default" keyword
		ast.go#L794: func (s *CommClause) Pos() token.Pos     { return s.Case }

	go/parser
		parser.go#L2320: 	return &ast.CommClause{Case: pos, Comm: comm, Colon: colon, Body: body}